home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
citta
/
mi012.dir
/
00335_Script_335
< prev
next >
Wrap
Text File
|
1983-01-27
|
641b
|
16 lines
on suono_mi012 canale,fileaudio
global qualelingua,qualefile,soundfile
if the machinetype < 255 then
set diviso to ":"
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to ("invenzioni:invenzio:citta:"&chedir&":"&fileaudio&qualelingua&".aif")
else
set diviso to "\"
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to ("."&diviso&chedir&diviso&fileaudio&qualelingua&".aif")
end if
set soundfile to the pathname&(char 3 to the number of chars in qualefile of qualefile)
sound playfile canale, qualefile
puppetsound "audio.aif"
end